In mathematics, a (real) interval is a set of real numbers with the property that any number that lies between two numbers in the set is also included in the set. For example, the set of all numbers satisfying is an interval which contains and , as well as all numbers between them. Other examples of intervals are the set of all real numbers , the set of all negative real numbers, and the empty set.
In fact, intervals are meaningful in any (totally or partially) ordered set, not just in the reals; so one can have intervals of rational numbers, integers, computer-representable floating point numbers, or subsets of a set (ordered by inclusion), for example.
Real intervals play an important role in the theory of integration, because they are the simplest sets whose "size" or "measure" or "length" is easy to define. The concept of measure can then be extended to more complicated sets of real numbers, leading to the Borel measure and eventually to the Lebesgue measure.
Intervals are central to interval arithmetic, a general numerical computing technique that automatically provides guaranteed enclosures for arbitrary formulas, even in the presence of uncertainties, mathematical approximations, and arithmetic roundoff.
Contents |
The interval of numbers between and , including and , is often denoted . The two numbers are called the endpoints of the interval.
To indicate that one of the endpoints is to be excluded from the set, many writers substitute a parenthesis for the corresponding square bracket. Thus, in set builder notation,
Note that , , and denote the empty set, whereas denotes the set . When , all four notations are usually assumed to represent the empty set.
International standard ISO 31-11 also defines another notation for intervals, which seems to be more commonly taught in Europe and South America. It uses an inwards pointing bracket to indicate inclusion of the endpoint, and outwards-pointing bracket for exclusion:
Both notations may overlap with other uses of parentheses and brackets in mathematics. For instance, the notation is often used to denote an ordered pair in set theory, the coordinates of a point or vector in analytic geometry and linear algebra, or (sometimes) a complex number in algebra. The notation too is occasionally used for ordered pairs, especially in computer science.
Some authors use to denote the complement of the interval ; namely, the set of all real numbers that are either less than or equal to a, or greater than or equal to b.
In countries where numbers are written with a decimal comma, a semicolon may be used as a separator, to avoid ambiguity.
In both styles of notation, one may use an infinite endpoint to indicate that there is no bound in that direction. Specifically, one may use or (or both). For example, is the set of all positive real numbers, and is the set of real numbers.
The notations , , , and are ambiguous. For authors who define intervals as subsets of the real numbers, those notations are either meaningless, or equivalent to the open variants. In the latter case, the interval comprising all real numbers is both open and closed, .
When and are integers, the notation , , or just is sometimes used to indicate the interval of all integers between and , including both. This notation is used in some programming languages; in Pascal, for example, it is used to define the set of valid indices of a vector.
An integer interval that has a finite lower or upper endpoint always includes that endpoint. Therefore, the exclusion of endpoints can be explicitly denoted by writing , , or . Alternate-bracket notations like or are rarely used for integer intervals.
An open interval does not include its endpoints, and is indicated with parentheses. For example means greater than 0 and less than 1. Conversely, a closed interval includes its endpoints, and is denoted with square brackets. For example means greater than or equal to 0 and less than or equal to 1.
A degenerate interval is any set consisting of a single real number. Some authors include the empty set in this definitions. An interval that is neither empty nor degenerate is said to be proper, and has infinitely many elements.
An interval is said to be left-bounded or right-bounded if there is some real number that is, respectively, smaller than or larger than all its elements. An interval is said to be bounded if it is both left- and right-bounded; and is said to be unbounded otherwise. Intervals that are bounded at only one end are said to be half-bounded. The empty set is bounded, and the set of all reals is the only interval that is unbounded at both ends. Bounded intervals are also commonly known as finite intervals.
Bounded intervals are bounded sets, in the sense that their diameter (which is equal to the absolute difference between the endpoints) is finite. The diameter may be called the length, width, measure, or size of the interval. The size of unbounded intervals is usually defined as , and the size of the empty interval may be defined as 0 or left undefined.
The centre of bounded interval with endpoints and is , and its radius is the half-length . These concepts are undefined for empty or unbounded intervals.
An interval is said to be left-open if and only if it has no minimum (an element that is smaller than all other elements); right-open if it has no maximum; and open if it has both properties. The interval , for example, is left-closed and right-open. The empty set and the set of all reals are open intervals, while the set of non-negative reals, for example, is a right-open but not left-open interval. The open intervals coincide with the open sets of the real line in its standard topology.
An interval is said to be left-closed if it has a minimum element, right-closed if it has a maximum, and simply closed if it has both. These definitions are usually extended to include the empty set and to the (left- or right-) unbounded intervals, so that the closed intervals coincide with closed sets in that topology.
The interior of an interval is the largest open interval that is contained in ; it is also the set of points in which are not endpoints of . The closure of is the smallest closed interval that contains ; which is also the set augmented with its finite endpoints.
For any set of real numbers, the interval enclosure or interval span of is the unique interval that contains and does not properly contain any other interval that also contains .
The intervals of real rumbers can be classified into eleven different types, listed below; where and are real numbers, with :
In some contexts, an interval may be defined as a subset of the extended real numbers, the set of all real numbers augmented with and .
In this interpretation, the notations , , , and are all meaningful and distinct. In particular, denotes the set of all ordinary real numbers, while denotes the extended reals.
This choice affects some of the above definitions and terminology. For instance, the interval is closed in the realm of ordinary reals, but not in the realm of the extended reals.
The intervals are precisely the connected subsets of . It follows that the image of an interval by any continuous function is also an interval. This is one formulation of the intermediate value theorem.
The intervals are also the convex subsets of . The interval enclosure of a subset is also the convex hull of .
The intersection of any collection of intervals is always an interval. The union of two intervals is an interval if and only if they have a non-empty intersection or an open end-point of one interval is a closed end-point of the other (e.g., ).
If is viewed as a metric space, its open balls are the open bounded sets , and its closed balls are the closed bounded sets .
Any element of an interval defines a partition of into three disjoint intervals : respectively, the elements of that are less than , the singleton , and the elements that are greater than . The parts and are both non-empty (and have non-empty interiors) if and only if is in the interior of . This is an interval version of the trichotomy principle.
A dyadic interval is a bounded real interval whose endpoints are and , where and are integers. Depending on the context, either endpoint may or may not be included in the interval.
Dyadic intervals have some nice properties, such as the following:
The dyadic intervals thus have a structure very similar to an infinite binary tree.
Dyadic intervals are relevant to several areas of numerical analysis, including adaptive mesh refinement, multigrid methods, and wavelet analysis.
In many contexts, an -dimensional interval is defined as a subset of that is the Cartesian product of intervals, , one on each coordinate axis.
For , this generally defines a rectangle whose sides are parallel to the coordinate axes; for , it defines an axis-aligned rectangular box.
A facet of such an interval is the result of replacing any non-degenerate interval factor by a degenerate interval consisting of a finite endpoint of . The faces of comprise itself and all faces of its facets. The corners of are the faces that consist of a single point of .
Intervals of complex numbers can be defined as regions of the complex plane, either rectangular or circular.[1]